home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 August: Tool Chest / Dev.CD Aug 98 TC.toast / Sample Code / Snippets / Networking / UDPSample / UDP Chat README < prev    next >
Encoding:
Text File  |  1992-07-15  |  503 b   |  15 lines  |  [TEXT/ttxt]

  1. /**************************************
  2.  *
  3.  *  UDP chat sample
  4.  *  ©1991 Apple Computer, MacDTS
  5.  *
  6.  *    Written by Steve Falkenburg 12/13/91
  7.  *
  8.  *    this sample illustrates how to send and receive MacTCP UDP packets, setting up a simple
  9.  *    connectionless chat program.  Instead of an outstanding read command, an ASR is
  10.  *    used to inform the program there is data to be received.  This sample is written for
  11.  *    Think C 5.0, but can be converted easily to MPW C.
  12.  *
  13.  *************************************/
  14.  
  15.